From: robertl Date: Tue, 17 Aug 2010 02:40:05 +0000 (+0000) Subject: Tweak vecs for mtk_logger to show it can read waypoints. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~16^2~21 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2ab469edc20cf97da41b2fc6eae2612c9ef3e106;p=gpsbabel.git Tweak vecs for mtk_logger to show it can read waypoints. --- diff --git a/mtk_logger.c b/mtk_logger.c index 567ed5b95..c48438337 100644 --- a/mtk_logger.c +++ b/mtk_logger.c @@ -1512,7 +1512,7 @@ static arglist_t mtk_fargs[] = { ff_vecs_t mtk_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init, NULL, file_deinit, @@ -1526,7 +1526,7 @@ ff_vecs_t mtk_fvecs = { ff_vecs_t mtk_m241_fvecs = { ff_type_file, - { ff_cap_none, ff_cap_read, ff_cap_none }, + { ff_cap_read, ff_cap_read, ff_cap_none }, file_init_m241, NULL, file_deinit,